runtime.mLockProfile.pending (field)
5 uses
	runtime (current package)
		mprof.go#L718: 	pending    uintptr      // *mutex that experienced contention (to be traceback-ed)
		mprof.go#L738: 	if uintptr(unsafe.Pointer(l)) == prof.pending {
		mprof.go#L765: 	prof.pending = uintptr(unsafe.Pointer(l))
		mprof.go#L773: 	if uintptr(unsafe.Pointer(l)) == prof.pending {
		mprof.go#L801: 	prof.pending = 0
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)